-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(static-deploy): add deployment instructions for AWS with Flightcontrol #12067
docs(static-deploy): add deployment instructions for AWS with Flightcontrol #12067
Conversation
docs/guide/static-deploy.md
Outdated
|
||
### Create a Project with Configuration via the Dashboard | ||
|
||
1. Create a Flightcontrol project from our Dashboard. Select a repository for the source. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Create a Flightcontrol project from our Dashboard. Select a repository for the source. | |
1. Create a Flightcontrol project from the Dashboard. Select a repository for the source. |
docs/guide/static-deploy.md
Outdated
3. Add a static site service by clicking the `Add a Static Site`. | ||
4. Add a build command, `yarn build` and select `Single Page App` option. | ||
5. Add any environment variables your project might need. | ||
6. Create your project. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
6. Create your project. | |
6. Submit the new project form. |
docs/guide/static-deploy.md
Outdated
} | ||
``` | ||
|
||
4. Create your project. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4. Create your project. | |
4. Submit the new project form. |
for your review @patak-dev |
Hey @flybayer, thanks for taking the time to review this one. And @bahdcoder for creating it. The idea is that if folks would search for "flightcontrol vite", they better reach your own docs and not this section that later on may end up outdated. |
Closing as #13679 is merged |
Description
This PR aims to add instructions for deploying a Vite project to AWS using Flightcontrol.
Flightcontrol provides fully automated deployments to AWS.
Additional context
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).